home *** CD-ROM | disk | FTP | other *** search
/ 1,000 Games / 1000 Games.toast / Network Games / NetRPG Server Distribution / MAJOR CHANGES part 1 < prev    next >
Encoding:
Text File  |  1995-01-10  |  3.5 KB  |  74 lines  |  [ttro/ttxt]

  1.  
  2. First off, NetRPG is no longer free.  It is now $10 shareware.  Please register using the included Register program.
  3.  
  4. Second, I have a new email address, since I am using KAGI's shareware registration system: erich@kagi.com
  5.  
  6.  
  7. Since version 1.20, characters now have individualized logins and passwords, due to the new feature set of character sheets.
  8.  
  9. The hierarchy of your mac will look like the following (after you run NetRPG 1.20 or higher and let it build the folders):
  10.  
  11. HardDrive : System Folder : Preferences Folder : NetRPG Folder :
  12. In the NetRPG Folder appears a NetRPG Preferences file, which you can edit with a text editor.  Also, characters go in the NetRPG Characters folder that's in there.
  13.  
  14. Making a new character:
  15. Open up TeachText or some other text editor.  Make a new file with Command-N.  Type the character's password on the first line of the file (A single word is usually good) and then save the file with the characters online name.  I mean, if the character is Sir Gawyn De Fibrilos, with a nickname of just Gawyn, save the file as Gawyn. (capitalization doesn't matter).
  16.  
  17. Logging in as a new character:
  18. Players connecting to the server see a "Login:" prompt.  They type their name (like "Gawyn" for instance) and then they are prompted for a password.
  19.  
  20. Character sheet commands:
  21. /ADD line - adds 'line' to your character info (on disk at the server)  NOTE: Lines beggining with a '-' are invisible to other players.
  22. Example Character Entry Session:
  23. /add Lupus  Half-Elf  Ranger        Lvl:5  XP for next level:64,000
  24. /add -  XP=47,000   HP=56 (+roll for 6th level)
  25. /add STR:17   DEX:17   CON:17   INT:10   WIS:14   CHA:5
  26. /add +=+ ABILITIES/PROFICIENCIES +=+
  27. /add  2 Handed fighting in studded leather or less, Tracking @ +1 per lvl > 3rd
  28. /add Creature Empathy, Followers @ 10th, Set snares/Traps, Blind Fighting
  29. /add +=+ WEAPONS +=+
  30. /add Black Morning Star - create darkness 2 per wk, 10'rad,wielder can see thru
  31. /add +2/2/2   2d4+3/1d6+4  THACO=13  SPD=3
  32.  
  33. If another player types "/who Lupus" they would see:
  34. =+= Character Sheet for [lupus] =+=
  35.  1    Lupus  Half-Elf  Ranger        Lvl:5  XP for next level:64,000
  36.  2    STR:17   DEX:17   CON:17   INT:10   WIS:14   CHA:5
  37.  3    +=+ ABILITIES/PROFICIENCIES +=+
  38.  4    2 Handed fighting in studded leather or less, Tracking @ +1 per lvl > 3rd
  39.  5    Creature Empathy, Followers @ 10th, Set snares/Traps, Blind Fighting
  40.  6    +=+ WEAPONS +=+
  41.  7    Black Morning Star - create darkness 2 per wk, 10'rad,wielder can see thru
  42.  
  43. But the DM or Lupus would see:
  44. =+= Character Sheet for [lupus] =+=
  45.  1    Lupus  Half-Elf  Ranger        Lvl:5  XP for next level:64,000
  46.  2  - XP=47,000   HP=56 (+roll for 6th level)
  47.  3    STR:17   DEX:17   CON:17   INT:10   WIS:14   CHA:5
  48.  4    +=+ ABILITIES/PROFICIENCIES +=+
  49.  5    2 Handed fighting in studded leather or less, Tracking @ +1 per lvl > 3rd
  50.  6    Creature Empathy, Followers @ 10th, Set snares/Traps, Blind Fighting
  51.  7    +=+ WEAPONS +=+
  52.  8    Black Morning Star - create darkness 2 per wk, 10'rad,wielder can see thru
  53.  9  - +2/2/2   2d4+3/1d6+4  THACO=13  SPD=3
  54.  
  55. Character Sheet Editing:
  56. /AFTER # line - adds 'line' after line #.  To insert at the beginning, use /after 0 blah
  57. Example sheet:
  58.  1  Name
  59.  2  Abilities
  60. /after 1 HP=5
  61. Gives:
  62.  1  Name
  63.  2  HP=5
  64.  3  Abilities
  65.  
  66. /DELETE,/DEL # - deletes line number # from your character.
  67.  
  68. /WHO name - prints out that player's character info.  So, "/who gawyn" will send gawyn's public character sheet to you, or send all of it if the DM typed it.
  69.  
  70. /ME - aliases to "/who my_name" and shows your character
  71.  
  72.  
  73.  
  74.